home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / geometry / everex < prev    next >
Text File  |  2005-01-13  |  4KB  |  175 lines

  1. // $Xorg: everex,v 1.3 2000/08/17 19:54:35 cpqbld Exp $
  2. //
  3. // $XFree86$
  4. //
  5. default xkb_geometry "STEPnote" {
  6.  
  7.     description= "Everex STEPnote";
  8.     width= 281;
  9.     height= 150;
  10.  
  11.     shape.cornerRadius= 1;
  12.  
  13.     shape "NORM" { 
  14.     { [17,17] },
  15.     { [ 2, 1], [ 15, 15 ] }
  16.     };
  17.     shape "NARR" {
  18.     { [  15, 17 ] },
  19.     { [   2,  1 ], [ 13, 15 ] }
  20.     };
  21.     shape "FKEY" {
  22.     { [ 15.1, 15.5 ] },
  23.     { [  1,  1 ], [ 14.1, 14.5 ] }
  24.     };
  25.     shape "ESC" {
  26.     { [  16.4, 15.5 ] },
  27.     { [   1, 1  ], [ 14.1, 14.5 ] }
  28.     };
  29.     shape "WIDE" {    // backspace, tab and Fn
  30.     { [  25, 17 ] },
  31.     { [   2,  1 ], [ 23, 15 ] }
  32.     };
  33.     shape "RTRN" {
  34.     { [  27.5, 17 ] },
  35.     { [  2,  1 ], [ 25.5, 15 ] }
  36.     };
  37.     shape "CAPS" {
  38.     { [  30, 17 ] },
  39.     { [   2,  1 ], [ 28, 15 ] }
  40.     };
  41.     shape "LFSH" {
  42.     { [  38.5, 17 ] },
  43.     { [  2,  1 ], [ 36.5, 15 ] }
  44.     };
  45.     shape "RTSH" {
  46.     { [  21, 17 ] },
  47.     { [   2,  1 ], [ 19, 15 ] }
  48.     };
  49.     shape "SPCE" {
  50.     { [  88.8, 17 ] },
  51.     { [  2,  1 ], [ 86.8, 15 ] }
  52.     };
  53.     shape "WELL" { 
  54.     { [ 269, 105 ] }
  55.     };
  56.     shape "LED" {
  57.     cornerRadius= 1.5,
  58.     { [ 3, 10 ] }
  59.     };
  60.  
  61.     section.left= 6;
  62.     row.left= 1;
  63.     key.shape= "NORM";
  64.     key.gap=  0.5;
  65.  
  66.     key.color= "grey20";
  67.     labelColor= "white";
  68.     baseColor= "grey20";
  69.  
  70.     indicator.top= 20;
  71.     indicator.shape= "LED";
  72.     indicator.onColor= "green";
  73.     indicator.offColor= "green30";
  74.  
  75.     indicator "Power"         { left= 40; };
  76.     indicator "Battery"     { left=101; };
  77.     indicator "Suspend"     { left=112; };
  78.     indicator "HardDrive"     { left=123; };
  79.     indicator "Floppy"         { left=134; };
  80.     indicator "KeyPad"         { left=145; };
  81.     indicator "Num Lock"     { left=156; };
  82.     indicator "Caps Lock"     { left=167; };
  83.     indicator "Scroll Lock"    { left=178; };
  84.  
  85.     solid "KeyWell" {
  86.     top= 35;
  87.     left= 6;
  88.     shape= "WELL";
  89.     color= "grey10";
  90.     };
  91.     section "Whole" {
  92.     top= 35;
  93.     row {
  94.         top= 0.5;
  95.         key.color= "grey30";
  96.         key.shape= "FKEY";
  97.         keys { 
  98.         { <ESC>, "ESC" },
  99.         <FK01>, <FK02>, <FK03>, <FK04>, <FK05>, <FK06>,
  100.         <FK07>, <FK08>, <FK09>, <FK10>, <FK11>, <FK12>,
  101.         <NMLK>, <PRSC>, <SCLK>, <PAUS>
  102.         };
  103.     };
  104.     row {
  105.         top= 16.5;
  106.         keys { 
  107.         { <TLDE>, "NARR" },
  108.         <AE01>, <AE02>, <AE03>, <AE04>, <AE05>, <AE06>,
  109.         <AE07>, <AE08>, <AE09>, <AE10>, <AE11>, <AE12>,
  110.         { <BKSP>, shape="WIDE", color="grey30" }, 
  111.         { <HOME>, shape="NARR", color="grey30" }
  112.         };
  113.     };
  114.     row {
  115.         top= 34;
  116.         keys { 
  117.             {  <TAB>, shape="WIDE", color="grey30" },
  118.         <AD01>, <AD02>, <AD03>, <AD04>, <AD05>, <AD06>,
  119.         <AD07>, <AD08>, <AD09>, <AD10>, <AD11>, <AD12>,
  120.         { <BKSL>, "NARR" }, 
  121.         { <PGUP>, shape="NARR", color="grey30" }
  122.         };
  123.     };
  124.     row {
  125.         top= 51.5;
  126.         keys { 
  127.         { <CAPS>, shape="CAPS", color="grey30" },
  128.         <AC01>, <AC02>, <AC03>, <AC04>, <AC05>, 
  129.         <AC06>, <AC07>, <AC08>, <AC09>, <AC10>, 
  130.         <AC11>, 
  131.         { <RTRN>, shape="RTRN", color="grey30" }, 
  132.         { <PGDN>, shape="NARR", color="grey30" }
  133.         };
  134.     };
  135.     row {
  136.         top= 69;
  137.         keys { 
  138.         { <LFSH>, shape="LFSH", color="grey30" },
  139.         <AB01>, <AB02>, <AB03>, <AB04>, <AB05>, 
  140.         <AB06>, <AB07>, <AB08>, <AB09>, <AB10>, 
  141.         { <RTSH>, shape="RTSH", color="grey30" }, 
  142.         {   <UP>, shape="NARR", color="grey30" },
  143.         {  <END>, shape="NARR", color="grey30" }
  144.         };
  145.     };
  146.     row {
  147.         top= 86.5;
  148.         key.color= "grey30";
  149.         keys { 
  150.         { <FUNC>, "WIDE" }, 
  151.         <LCTL>, <LALT>,
  152.         { <SPCE>, shape="SPCE", 18, color="grey20" },
  153.         <RALT>,  <INS>, <DELE>,
  154.         { <LEFT>, "NARR" }, { <DOWN>, "NARR" },
  155.         { <RGHT>, "NARR" }
  156.         };
  157.     };
  158.     solid "FakeKey" {
  159.         top= 86.5;
  160.         left= 62.1;
  161.         shape= "NORM";
  162.         color= "grey20";
  163.     };
  164.     overlay "KPAD" {
  165.         <AE07>=<KP7>,  <AE08>=<KP8>, <AE09>=<KP9>,  <AE10>=<KPMU>,
  166.         <AD07>=<KP4>,  <AD08>=<KP5>, <AD09>=<KP6>,  <AD10>=<KPSU>,
  167.         <AC07>=<KP1>,  <AC08>=<KP2>, <AC09>=<KP3>,  <AC10>=<KPAD>,
  168.         <AB07>=<KP0>,                <AB09>=<KPDL>, <AB10>=<KPSL>
  169.     };
  170.     }; // End of "Whole" section
  171.  
  172.     alias <AC00> = <CAPS>;
  173.     alias <AA00> = <LCTL>;
  174. };
  175.